<?php

define('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/vhosts/nextgenfs.com.au/httpdocs/wp-content/plugins/wp-super-cache/' );
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wordpress_p' );

/** MySQL database username */
define( 'DB_USER', 'wordpress_gk' );

/** MySQL database password */
define('DB_PASSWORD', '9Nw2pdL7!D');

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', '95J_3S)r13[!a8_]h9/z2*z1a_7qLDc7c1[##2:O8fW+lm_4XM0C3d#8o:G[3v45');
define('SECURE_AUTH_KEY', 'p&bE@pVK5~I%1s%5uKVl7ZU0ab7*c/(X7Gh*bv5D/YKPUQsXzRpDXj(Qa5jcNm[-');
define('LOGGED_IN_KEY', 'PA8_3ySbI2wLB/Ear~gd!j7+5]c_!aU_6279!9p70FGMk05[o~C#HQF;pIN9!:5&');
define('NONCE_KEY', '*h[-LI**&lrX(@MKb+4S_H;s9ESYS+xq5LH797a9OY(MV9[%~g3f13;66K-ti|Uk');
define('AUTH_SALT', '84h7ETE|L+r_&3Zk72i8289KvM*z!Ii8:]36R(#U9p1Q+P9dQIf[@ENqCiJ&+wyj');
define('SECURE_AUTH_SALT', '~%3&~0rse3~l]zf408q46]r1j46G4#1II72hF5l[@49;J~5L8_6ixr4jw5Psxl(F');
define('LOGGED_IN_SALT', ')~ivsx7*4-)7_zvl4+/F]Q6(6__(F|4-I[~1i2fAwX)@/!x6r6v3r6X8;lG8z3xP');
define('NONCE_SALT', '64%z1SI-te&_Sw~9rP0Ut4]yd+[5I1e|74@[2PV3HpWx864]b3Kh_aW9~T0_sSrP');

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'JpXx7LgOWo_';


define('WP_ALLOW_MULTISITE', true);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';


define('WP_MEMORY_LIMIT', '256M');
